@charset "UTF-8";

/* CSS Document */
body,
ul,
ol,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select {
  border: none;
  background-color: transparent;
  outline: none;
}

input,
button,
select,
textarea,
a,
img {
  outline: none;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
  border: 0;
}

/*火狐的私有属性去掉点击时边框*/
textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:hover {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

html {
  -webkit-text-size-adjust: none;
}

/* html {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
} */


body {
  margin-right: auto;
  margin-left: auto;
}

*,
*:before,
*:after {
  max-height: 100000px;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.header .headtop {
  min-width: 1296px;
}

.header .headtop .imgs {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.header .headtop .imgs .headimg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.headnewadd {
  width: 100%;
  height: 46px;
  background: #F5F6F7;
  margin-bottom: 15px;
}

.headnewadd .new_wrap {
  margin: auto;
  width: 1296px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headnewadd .newbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 46px;
  width: 100%;
}

.headnewadd .newbox .boxtop {
  color: #333;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.headnewadd .newbox .boxtop .left{
  flex: 1;
  display: flex;
}

.headnewadd .newbox .boxtop div {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: SourceHanSerifSC, SourceHanSerifSC;
}

.headnewadd .boxbom {
  height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  padding-left: 45px;
  line-height: 16px;
  border-left: 1px solid #cccccc;
  color: #333;
}

.headnewadd .searchbox .report {
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333;
}

.headnewimg {
  display: flex;
  justify-content: space-between;
  margin: auto auto 20px auto;
  width: 1296px;
}

.headnewimg .new_input {
  display: flex;
}

.headnewimg .new_input .new_rong {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new_rong_n {
  display: flex;
  align-items: center;
}

.w100 {
  width: 100%;
}

.flex-b {
  justify-content: space-between;
}

.headnewimg .search {
  margin-left: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  background: #fff;
  border-radius: 6px;
}

.headnewimg .search .input {
  width: 260px;
  flex: 1;
  height: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;
  border: 1px solid #e7e7e7;
  border-radius: 6px 0 0 6px;
}

.headnewimg .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  font-size: 16px;
}

.headnewimg .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-size: 16px;
}

.headnewimg .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  font-size: 16px;
}

.headnewimg .search :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-size: 16px;
}

.headnewimg .search .searbtn {
  background: #C32A39;
  width: 80px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 6px 6px 0;
}

.headnewimg .search .searbtn img {
  width: 20px;
  height: 20px;
}

.headnewimg .new_qr_wrap {
  position: relative;
  align-self: flex-end;
}

.headnewimg .new_qr_wrap_n {
  position: relative;
  align-self: center;
  margin-left: 60px;
  margin-right: 30px;
}

.new_tit {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #00051F;
}

.headnewimg .rong_wrap {
  display: flex;
  cursor: pointer;
}

.headnewimg .rong_wrap .img1 {
  width: 18px;
  height: 18px;
  align-self: flex-end;
}

.headnewimg .rong_wrap div {
    font-family: "宋体", "SimSun", sans-serif;
  margin: 0 3px;
  color: #333;
}

.headnewimg .rong_wrap .img2 {
  width: 18px;
  height: 18px;
  align-self: flex-end;
}

.headnewimg .rong_wrap.img3 {
  position: absolute;
  bottom: -120px;
  left: -5px;
  width: 120px;
  height: 120px;
}

.headnewimg .rong_wrap_n {
  display: flex;
  cursor: pointer;
}

.headnewimg .rong_wrap_n .img1 {
  width: 18px;
  height: 18px;
  align-self: center;
}

.headnewimg .rong_wrap_n div {
  margin: 0 3px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #00051F;
}

.headnewimg .rong_wrap_n .img2 {
  width: 18px;
  height: 18px;
  align-self: center;
}

.headnewimg .rong_wrap_n.img3 {
  position: absolute;
  bottom: -120px;
  left: -5px;
  width: 120px;
  height: 120px;
}

.new_info_wrap_n {
  display: flex;
}

.new_info_wrap_n img {
  width: 278px;
  height: 75px;
  align-self: center;
}

.new_info_wrap_n .line {
  width: 1px;
  height: 51px;
  background: #BFBFBF;
  align-self: center;
  margin: 0 20px;
}

.new_info_wrap_n .title {
 font-family: "宋体", "SimSun", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #00051F;
  align-self: center;
}

.headnewimg .new_info_wrap div {
 font-family: "宋体", "SimSun", sans-serif;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}

.headnewimg .new_info_wrap .logoimg {
  width: auto;
  height: 44px;
  cursor: pointer;
}

.headnewimg .img {
  width: 700px;
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.headnewimg .img img {
  width: 700px;
  height: 100%;
  cursor: pointer;
  border-radius: 6px;
}

.new_line {
  width: 1296px;
  height: 2px;
  margin: auto;
  background: #C22735;
}

.headfuncbj {
  width: 1296px;
  height: auto;
  margin: 0 auto;
}

.headfuncbj .headfunc {
  width: 1296px;
  margin: 0 auto;
  display: flex;
  padding: 15px 0;
}

.left_new_wrap{
    width: 1000px;
}
.right_new_wrap{
    width: 276px;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.headfuncbj .headfunc .line {
  border-left: 1px solid #bebdbd;
}

.headfuncbj .menu {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  box-sizing: border-box;
  padding-right: 10px;
  cursor: default;
  margin-bottom: 15px;
}

.headfuncbj .menu .new315img {
  cursor: pointer;
  width: 54px;
  text-align: center;
}

.headfuncbj .menuitem {
  margin-right: 25px;
  font-family: PingFangSC, PingFang SC;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}

.headfuncbj .on {
  color: #222;
}

.headfuncbj .on img {
  transform: rotate(180deg);
}

.headfuncbj .menu::after {
  content: "";
  width: 1px;
}

.headfuncbj .headfuncrig {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.headfuncbj .headfuncrig a {
  cursor: pointer;
  color: #333;
  font-family: SourceHanSerifSC, SourceHanSerifSC;
   overflow: hidden; 
  white-space: nowrap; 
}
.headfuncbj .headfuncrig a:nth-child(1) {
 margin-bottom: 5px;
}
.headfuncbj .new315img {
  align-self: center;
  cursor: pointer;
}

.headfuncbj .headbtn315 {
  width: 86px;
  height: 60px;
  background: #fefefe;
  box-sizing: border-box;
  border: 1px solid #f5f5f7;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.headfuncbj .headbtn1 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.headfuncbj .headbtn1 img {
  width: 20px;
  height: 20px;
}

.headfuncbj .headbtn2 {
  width: 70px;
  height: 60px;
  background: #fefefe;
  box-sizing: border-box;
  border: 1px solid #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 0px;
  color: #666666;
  cursor: pointer;
}

.headfuncbj .headbtn2 img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.headfuncbj .red {
  color: #bc0000;
  font-weight: bold;
}

.headfuncbj .padlef {
  box-sizing: border-box;
  padding-left: 20px;
}

.headfuncbj .left_new_wrap .menuitem1 {
  display: flex;
  flex-wrap: wrap;
}

.headfuncbj .left_new_wrap .menuitem1 a {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.headfuncbj .left_new_wrap .menuitem1 a .tit1 {
  font-family: "Microsoft YaHei";
  font-weight: 500;
  color: #222;
}

.headfuncbj .left_new_wrap .menuitem1 a .tit2 {
  font-family: "宋体", "SimSun", sans-serif;
  color: #999;
}

.headfuncbj .new_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #666;
  margin-bottom: 15px;
}

.headfuncbj .new_title a {
  cursor: pointer;
  color: #666;
   font-family: SourceHanSerifSC, SourceHanSerifSC;
}

.headfuncbj .menuitembj {
  height: 0px;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  border-bottom: 1px solid #eee;
  background-color: #F5F5F7;
}

.headfuncbj .menuitembj .menuitem {
  width: 1290px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.headfuncbj .menuitembj .menuitem div {
  font-size: 16px;
  font-weight: 400;
  line-height: 0px;
  color: #666;
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}

.headfuncbj .menuitembj .menuitem div:hover {
  color: #000;
}

.headfuncbj .menuitembj .menuitem .on {
  color: #000;
}

.headfuncbj .showmenuitem {
  height: 75px;
}

.headfuncbj_n {
  width: 100%;
  /*height: 86px;*/
  background: #C41821;
}

.headfuncbj_n .headfunc {
  width: 1296px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

.headfuncbj_n .menu {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  height: 43px;
}

.headfuncbj_n .menu .menuitem {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  width: 128.5px;
  text-align: center;
  border-right: 1px solid #fff;
 
}

.headfuncbj_n .menuitem_act {
  background: #E01F29;
  height: 100%;
 line-height: 43px;
  border-right: 1px solid transparent !important;
  width: 128.5px !important;
}

.headfuncbj_n .menu .menuitem:hover {
  background: #E01F29;
  height: 100%;
  line-height: 43px;
  width: 128.5px;
   border-right: 1px solid transparent !important;
}

.headfuncbj_n .menuitem:last-child {
  border-right: none;
}

.headfuncbj_n .menuitem .more {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.headfuncbj_n .menuitem .more img {
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
  margin-left: 8px;
}

.more_menu {
  position: absolute;
  right: 1px;
  background: #C41821;
  display: none;
  z-index: 99;
  top: 86px;
}

.more_menu .menuitem {
  padding: 10px 0;
  display: block;
}

.more_menu .menuitem:hover {
  background: #E01F29;
}

.headfuncbj_n .more_menu .menuitem {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  width: 128px;
  text-align: center;
}

/* 底部 */
.footer .footercon {
  background-image: url("../images/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 520px;
  width: 100%;
}

.footer .footercon .guide {
  width: 1296px;
  margin: 0 auto;
  position: relative;
}

.footer .footercon .guide .bjimg {
  width: 100%;
}

.footer .footercon .guide .guidecon {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 40px;
}

.footer .footercon .guide .guidecon .guidrow1 {
  display: flex;
  justify-content: space-between;
}

.footer .footercon .guide .guidecon .guidrow1 .logo {
  width: 196px;
  height: 43px;
}

.footer .footercon .guide .guidecon .guidrow1 .logo1 {
  width: 166px;
  height: 39px;
  margin: 0 40px;
}

.footer .footercon .guide .guidecon .guidrow1 .center_wrap {
  display: flex;
}

.footer .footercon .guide .guidecon .guidrow1 .center_wrap .left {
  width: 86px;
  height: 3px;
  background: linear-gradient(270deg, #C22735 0%, rgba(255, 255, 255, 0) 100%);
  align-self: center;
}

.footer .footercon .guide .guidecon .guidrow1 .center_wrap .right {
  width: 86px;
  height: 3px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #C22735 100%);
  align-self: center;
}

.footer .footercon .guide .guidecon .guidrow2 {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.footer .footercon .guide .guidecon .guidrow2 .li {
  margin-bottom: 24px;
  margin-right: 24px;
  background: #FFFFFF;
  padding: 20px 24px;
  border-radius: 2px;
  width: calc((100% - 192px)/3);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.footer .footercon .guide .guidecon .guidrow2 .li:nth-child(3n) {
  margin-right: 0 !important;
}

.footer .footercon .guide .guidecon .guidrow2 .li .left_wrap div {
  width: 64px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}

.footer .footercon .guide .guidecon .guidrow2 .li .left_wrap div:nth-child(1) {
  background: #C22735;
  color: #FFFFFF;
  border-radius: 2px 2px 0 0;
}

.footer .footercon .guide .guidecon .guidrow2 .li .left_wrap div:nth-child(2) {
  width: 62px;
  border: 1px solid #C22735;
  font-weight: 500;
  font-size: 14px;
  color: #C22735;
  border-radius: 0 0 2px 2px;
}

.footer .footercon .guide .guidecon .guidrow2 .li .yuan {
  width: 6px;
  height: 6px;
  background: #bc0000;
  border-radius: 50%;
  margin-right: 10px;
}

.footer .footercon .guide .guidecon .guidrow2 .li .txt {
  margin-left: 16px;
  flex: 1;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.footer .footercon .guide .guidecon .guidrow2 .red {
  color: #e50112;
}

.footer .footercon .guide .guidecon .guidrow2 .strong {
  font-weight: bold;
}

.footer .footercon .guide .guidecon .guidrow3 {
  padding-top: 32px;
  display: flex;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.56);
}

.footer .footercon .guide .guidecon .guidrow3 .list {
  display: inline-flex;
  animation: transfrom1 200s linear infinite;
}

.footer .footercon .guide .guidecon .guidrow3 .list img {
  width: auto;
  height: 50px;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 6px;
}

.footer .footercon .guide .guidecon .guidrow3:hover .list {
  animation-play-state: paused;
}

@keyframes transfrom1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}

.footer .footbombj {
  padding-top: 30px;
  background-color: #fbfbfb;
}

.footer .footbombj .footbom {
  width: 1296px;
  margin: 0 auto;
}

.footer .footbombj .footrow1 {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.footer .footbombj .footrow1 .row1item {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.footer .footbombj .footrow1 .row1item span {
  padding: 0 58px;
  cursor: default;
}

.footer .footbombj .footrow1 .row1item:hover {
  color: #bc0000;

  span {
    color: #666666;
  }
}

.footer .footbombj .footrow1 .row1item:last-child span {
  display: none;
}

.footer .footbombj .footrow2 {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.footer .footbombj .footrow2 span {
  color: #bc0000;
}

.footer .footbombj .footrow3 {
  padding-bottom: 32px;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
}

.footer .footbombj .footrow3 a {
  color: #5051EE;
  text-decoration: underline;
}

.footer .footbombj .footrow4 {
  margin-top: 20px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer .footbombj .footrow4 .let {
  align-self: center;
  text-align: center;
  display: flex;
}

.footer .footbombj .footrow4 .let a {
  height: 50px;
  align-self: center;
  margin-right: 16px;
}

.footer .footbombj .footrow4 .let img {
  width: auto;
  height: 50px;
  border-radius: 3px;
}

.footer .footbombj .footrow4 .let .top {
  height: 50px;
  cursor: pointer;
}

.footer .footbombj .footrow4 .let .bom {
  display: flex;
}

.footer .footbombj .footrow4 .let .bom img {
  margin-right: 10px;
}

.footer .footbombj .footrow4 .new_wrap {
  display: flex;
}

.footer .footbombj .footrow4 .new_wrap a {
  width: 86px;
  height: 86px;
  margin-left: 24px;
}

.footer .footbombj .footrow4 .new_wrap img {
  width: 86px;
  height: 86px;
}

.footer .footbombj .footrow4 .ewm {
  margin-left: 20px;
  width: 86px;
  height: auto;
  border: 1px dashed #d4d4d4;
}

.footer .footbombj .footrow4 .ewm img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.footer .footbombj .footrow5 {
  padding: 30px 0;
  text-align: center;
}

.footer .footbombj .footrow5 img {
  width: auto;
  height: 80px;
}
.detailcon div, .detailcon p, .detailcon span {
    font-family: Microsoft YaHei !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #666 !important;
    line-height: 28px !important;
}
.detailcon p{
    padding: 10px 0;
    /*white-space: break-spaces;*/
}
.detailcon img{
    width:100% !important;
    height: auto !important;
}

.leftAD {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 157px;
  height: 400px;
  background: red;
  display: flex;
  justify-content: center;
}
.rightAD {
  position: fixed;
  z-index: 100;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 157px;
  height: 400px;
  background: red;
  display: flex;
  justify-content: center;
}
.leftAD .ADimg, .rightAD .ADimg {
  width: 100%;
  height: 100%;
}
.leftAD .quxiao, .rightAD .quxiao {
  position: absolute;
  top: 0;
  right: 4px;
}
.leftAD .quxiao img, .rightAD .quxiao img {
  width: 12px;
  height: auto;
  cursor: pointer;
}

